home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $VER: AMMS Edit Access 2.10 [English] / 01-11-1994
- ;
- ; Translation by The Terminator
- ;
-
-
-
- ;
- ; Screen
- ; ------
- ; VAR4: ZONE Editor-Window
- ; NAME: Name of user
- *
- {MOREOFF}#RESET##ZONEOFF##HOME##CLS#
- Flags:{TAB 23}#FARBE 1,7# EDIT ACCESS V{VERSION}.{REVISION} #RESET# Name:
- #FARBE 4,6#{NAME}#RESET#^J
- Path:^J
- --------------------------------------------------------------------------------
- {VAR4}
- *
- ;
- ; Position of E-flags
- ; -------------------
- *
- #SETPOS 1,8#
- *
- ;
- ; Pathname of board
- ; -----------------
- ; PATH: pathname of board
- *
- {LIMSPACEOFF}#SETPOS 2,7##CB#{PATH 73}
- *
- ;
- ; Leave command
- ; -------------
- *
- #ZONEOFF##RESET##HOME##CLS#
- *
- ; >>UP: 2.0
- ; Help page
- ; ---------
- *
- {MOREON}#ZONEOFF##RESET##HOME##CLS#
- {TAB 35}#UNDERLINE#Help page#RESET#^J
- ^J
- r : toggle read-flag R : toggle extra read-flag^J
- w : toggle write-flag W : toggle extra write-flag^J
- d : toggle delete&edit-flag D : toggle extra delete&edit-flag^J
- s : toggle sysop-flag S : toggle extra sysop-flag^J
- a : set read/write/delete&edit-flags A : set extra read/write/delete-flags^J
- c : clear all flags C : clear all extra flags^J
- g : toggle flag of administrator^J
- ^J
- SPACE : set extra flags and move cursor right^J
- CTRL-P: set extra flags for all boards^J
- ^J
- CTRL-T: top CTRL-B: bottom^J
- CTRL-N: next page CTRL-L: last page^J
- CTRL-Y: refresh screen^J
- ^J
- {TAB 24}>> Choose boards with cursor <<^J
- ^J
- q : Quit x : Exit^J
- ^J
- Press <RETURN>
- *
- ;
- ; Print name of board
- ; -------------------
- ; VAR3: name of board
- *
- {LIMSPACEON}{VAR3 20}{LIMSPACEOFF}
- *
- ;
- ; Set cursor
- ; ----------
- *
- >#LEFT#
- *
- ;
- ; Delete cursor
- ; -------------
- *
-
- *
- ;
- ; Flags: board does not exist
- ; ---------------------------
- *
- #FETT#ERR!#RESET#
- *
- ; >>UP: 2.0
- ; Flags: administartor
- ; --------------------
- *
- #FARBE 1,2#SRWD#RESET#
- *
- ;
- ; Flags: sysop
- ; ------------
- *
- #INVERS#SRWD#RESET#
- *
- ;
- ; Flags: no access
- ; ----------------
- *
- ----
- *
- ;
- ; Flags: read
- ; -----------
- *
- #VFARBE 6#-R--#RESET#
- *
- ;
- ; Flags: write
- ; ------------
- *
- #VFARBE 5#--W-#RESET#
- *
- ;
- ; Flags: read and write
- ; ---------------------
- *
- #VFARBE 4#-RW-#RESET#
- *
- ;
- ; Flags: delete
- ; -------------
- *
- #FETT#---D#RESET#
- *
- ;
- ; Flags: read and delete
- ; ----------------------
- *
- #VFARBE 3#-R-D#RESET#
- *
- ;
- ; Flags: write and delete
- ; -----------------------
- *
- #VFARBE 2#--WD#RESET#
- *
- ;
- ; Flags: read, write and delete
- ; -----------------------------
- *
- #VFARBE 1#-RWD#RESET#
- *
- ;
- ; Prompt: enter name of user
- ; --------------------------
- *
- Username :
- *
- ;
- ; Status: user in use
- ; -------------------
- ; NAME: name of user
- *
- User "{NAME}" in use !^J
- *
- ;
- ; Status: unknown user
- ; --------------------
- ; VAR1: name of user
- *
- Unknown user "{VAR1}"^J
- *
- ;
- ; Status: no editable board
- ; -------------------------
- *
- No editable Board !^J
- *
- ;
- ; Status: user is not online
- ; --------------------------
- ; NAME: name of user
- *
- User "{NAME}" is not online !^J
- *
-